retry-policies
A collection of plug-and-play retry policies for Rust projects.
Currently available algorithms:
ExponentialBackoff
, with decorrelated jitter.
How to install
Add retry-policies
to your dependencies
[]
# ...
= "0.1.0"
A collection of plug-and-play retry policies for Rust projects.
Currently available algorithms:
ExponentialBackoff
,
with decorrelated jitter.Add retry-policies
to your dependencies
[]
# ...
= "0.1.0"